Scheduler for UWP/WinRT
Contains(Int32) メソッド

検索する項目の0から始まるインデックス。
指定されたインデックスの項目がコレクションに含まれるかどうかをチェックします。
構文
'宣言
 
Public Overloads Function Contains( _
   ByVal index As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int index
)

パラメータ

index
検索する項目の0から始まるインデックス。

戻り値の型

項目がコレクションにある場合は true、そうでない場合は false。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

BaseCollection<T> クラス
BaseCollection<T> メンバ
オーバーロード一覧

Send Feedback